SftTree/NET 2.0

Width Property, RowHeadersClass Class

Softel vdm, Inc.

Defines the width of the row header area.

Syntax      RowHeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property Width As Integer

C#   

public int Width { get; set; }

C++   

public: property int Width {
        int get();
        void set(int value);
}

Property Value

The width in pixels or 0 to hide the row header area.

The default value is 50.

Comments

The Width property defines the width of the row header area.

The RowHeaders.GetOptimalWidth or RowHeaders.MakeOptimal methods can be used to calculate or define the optimal width for the row headers. An optimal width allows all cell contents in the row headers to be displayed in their entirety, without being clipped.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com